DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / Index<T> Class / ItemCount Property

In This Topic
    ItemCount Property
    In This Topic
    Gets the number of elements in the indexed collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property ItemCount As Integer
    public int ItemCount {get;}

    Property Value

    The number of elements in the indexed collection.
    See Also